projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b70d21
)
(Fexecute_extended_command): Don't look for
author
Karl Heuer
<kwzh@gnu.org>
Tue, 21 May 1996 17:29:20 +0000
(17:29 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 21 May 1996 17:29:20 +0000
(17:29 +0000)
a key binding if executing a kbd macro.
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 20efcf47f558125dbfce61d406b13e695b62b436..abe7499f98f39c8e9bec7f92e9b2eedd84ecef89 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-6992,6
+6992,7
@@
DEFUN ("execute-extended-command", Fexecute_extended_command, Sexecute_extended_
/* If enabled, show which key runs this command. */
if (!NILP (Vsuggest_key_bindings)
+ && NILP (Vexecuting_macro)
&& SYMBOLP (function))
{
Lisp_Object bindings;